diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-10-08 06:09:29 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-10-08 06:09:29 +0000 |
commit | a3175548668caf5b747b82ef237ceb3da6fbeddb (patch) | |
tree | 3b41af768cc4913523483024c01268dbb5915000 /security/libgnomesu | |
parent | 9c7abfb3204e75049c5a65e03b89eafb846d5a8a (diff) | |
download | FreeBSD-ports-a3175548668caf5b747b82ef237ceb3da6fbeddb.zip FreeBSD-ports-a3175548668caf5b747b82ef237ceb3da6fbeddb.tar.gz |
Remove obsolete CONFLICTS line for gnomesu.
Diffstat (limited to 'security/libgnomesu')
-rw-r--r-- | security/libgnomesu/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index fa3dff1..ac150a7 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -23,8 +23,6 @@ CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFLICTS= gnomesu-[0-9]* - post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.4.x.sample ${EXAMPLESDIR} |