diff options
author | osa <osa@FreeBSD.org> | 2006-03-05 05:31:03 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2006-03-05 05:31:03 +0800 |
commit | 526d344a860b23ecf36a9801bf8369cc96594f69 (patch) | |
tree | 9c9fbb219512f6b7a2fe9990e43bd0d1d5255418 /comms/ltmdm | |
parent | 5a4f65df315ffa2ec43baf929672d0f5e94d7886 (diff) | |
download | freebsd-ports-gnome-526d344a860b23ecf36a9801bf8369cc96594f69.tar.gz freebsd-ports-gnome-526d344a860b23ecf36a9801bf8369cc96594f69.tar.zst freebsd-ports-gnome-526d344a860b23ecf36a9801bf8369cc96594f69.zip |
Be more optimitic: use sophistic RESTRICTED knob instead of
terrible NO_PACKAGE.
Do not bump PORTREVISION.
Approved by: portmgr (kris)
Diffstat (limited to 'comms/ltmdm')
-rw-r--r-- | comms/ltmdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile index 75dc0f48e62f..d9ba67d0c484 100644 --- a/comms/ltmdm/Makefile +++ b/comms/ltmdm/Makefile @@ -22,7 +22,7 @@ BUILD_WRKSRC= ${WRKSRC}/sys/modules/ltmdm NO_WRKSUBDIR= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -NO_PACKAGE= "Should be recompiled for a particular FreeBSD kernel" +RESTRICTED= "Unknown license type for binary object file ltmdmobj.o" LTMDM_DEV_MAJOR?= 228 LTMDM_OBJ_VERSION?= 600 |