diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-10-08 14:09:29 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-10-08 14:09:29 +0800 |
commit | a3175548668caf5b747b82ef237ceb3da6fbeddb (patch) | |
tree | 3b41af768cc4913523483024c01268dbb5915000 /security | |
parent | 9c7abfb3204e75049c5a65e03b89eafb846d5a8a (diff) | |
download | freebsd-ports-gnome-a3175548668caf5b747b82ef237ceb3da6fbeddb.tar.gz freebsd-ports-gnome-a3175548668caf5b747b82ef237ceb3da6fbeddb.tar.zst freebsd-ports-gnome-a3175548668caf5b747b82ef237ceb3da6fbeddb.zip |
Remove obsolete CONFLICTS line for gnomesu.
Diffstat (limited to 'security')
-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 fa3dff198d1e..ac150a7dc314 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} |