diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-13 05:48:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-13 05:48:54 +0000 |
commit | 87b11db3dbc54b398c7b472b8fc0fcd328a8ed5d (patch) | |
tree | 433e32c06953527585a7354566fd22485b242730 /security/libgnomesu | |
parent | a95d33ced36e5eacdb3a78e6a656a3f9061c4dd4 (diff) | |
download | ports-87b11db3dbc54b398c7b472b8fc0fcd328a8ed5d.tar.gz ports-87b11db3dbc54b398c7b472b8fc0fcd328a8ed5d.zip |
Register conflict with gnomesu. The removal of gnomesu is being
considered, as its functionality appears to be encapsulated within
libgnomesu. Thoughts/opinions welcome.
Notes
Notes:
svn path=/head/; revision=126297
Diffstat (limited to 'security/libgnomesu')
-rw-r--r-- | security/libgnomesu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index 39ada7dc83ca..e0b020e7426c 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -19,6 +19,8 @@ USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui +CONFLICTS= gnomesu-* + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |