summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libnotify/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index a8e104ad7..2539bee34 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,7 +3,7 @@
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
-# $MCom: ports/devel/libnotify/Makefile,v 1.16 2011/03/06 07:47:39 kwm Exp $
+# $MCom: ports/devel/libnotify/Makefile,v 1.17 2011/03/22 09:37:24 kwm Exp $
#
PORTNAME= libnotify
@@ -27,7 +27,4 @@ USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-# Installs libnotify.so.4 by default, hack it to become so.1.
-# Should we leave it like this?
-
.include <bsd.port.mk>